diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/po-rfq/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/po-rfq/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/po-rfq/page.tsx b/app/[lng]/evcp/(evcp)/po-rfq/page.tsx index 99eab9f3..5a7c7ae0 100644 --- a/app/[lng]/evcp/(evcp)/po-rfq/page.tsx +++ b/app/[lng]/evcp/(evcp)/po-rfq/page.tsx @@ -37,7 +37,7 @@ export default async function RfqPage(props: RfqPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 발주용 견적 </h2> - <InformationButton pageCode="evcp/po-rfq" /> + <InformationButton pagePath="evcp/po-rfq" /> </div> </div> </div> |
